php forum
php mysql forum
php mysql smarty
 
Page 1 of 3 1 2 3 >
Topic Options
#132866 - 03/25/01 08:57 PM [6.0x] Mood Selector Hack 3.0
Greg Hard Offline
Member

Registered: 02/21/00
Posts: 5533
Loc: My Room

Top
#132867 - 03/25/01 09:00 PM Re: [6.0x] Mood Selector Hack 3.0
Jigga-Master Offline
Member

Registered: 10/08/00
Posts: 985
Loc: Toronto
sweet!
_________________________

Top
#132868 - 03/25/01 09:02 PM Re: [6.0x] Mood Selector Hack 3.0
Jigga-Master Offline
Member

Registered: 10/08/00
Posts: 985
Loc: Toronto
wheres the images!
_________________________

Top
#132869 - 03/25/01 09:29 PM Re: [6.0x] Mood Selector Hack 3.0
Jigga-Master Offline
Member

Registered: 10/08/00
Posts: 985
Loc: Toronto
lol forgot i still had that
u sneeky guy!
lol! laugh
_________________________

Top
#132870 - 03/25/01 09:32 PM Re: [6.0x] Mood Selector Hack 3.0
Greg Hard Offline
Member

Registered: 02/21/00
Posts: 5533
Loc: My Room
laugh

Top
#132871 - 03/25/01 11:50 PM Re: [6.0x] Mood Selector Hack 3.0
Mafuh Offline
Member

Registered: 12/30/00
Posts: 32
Loc: The Netherlands
thx, it works great now smile

Top
#132872 - 03/26/01 12:31 AM Re: [6.0x] Mood Selector Hack 3.0
Greg Hard Offline
Member

Registered: 02/21/00
Posts: 5533
Loc: My Room
Your welcome! laugh

Top
#132873 - 03/26/01 09:50 AM Re: [6.0x] Mood Selector Hack 3.0
Greg Hard Offline
Member

Registered: 02/21/00
Posts: 5533
Loc: My Room
tipsy laugh

Top
#132874 - 03/26/01 09:52 AM Re: [6.0x] Mood Selector Hack 3.0
Compboy Offline
Member

Registered: 02/24/01
Posts: 66
Loc: The Nederlands
Quote:
quote:


A little info on this hack please.
_________________________
What Would UBB look like with out hacks?

Top
#132875 - 03/26/01 10:31 AM Re: [6.0x] Mood Selector Hack 3.0
Greg Hard Offline
Member

Registered: 02/21/00
Posts: 5533
Loc: My Room
It allows your members to select a "mood" to be displayed under their usernames from their profile. smile

Top
#132876 - 03/26/01 10:40 AM Re: [6.0x] Mood Selector Hack 3.0
Lady Domini Offline
Junior Member

Registered: 02/27/01
Posts: 30
Quote:
quote:


What does that mean? I just modify the files that the readme said to be modified, upload the ones I have to upload, create a mood folder and upload the images, clear the cache, and I'm done, right? Except for that last command, I understand, I think.
_________________________
frown My siggy's too big for here. Dang it, grow bigger sigs people so I don't look so strange!

Top
#132877 - 03/26/01 10:42 AM Re: [6.0x] Mood Selector Hack 3.0
Greg Hard Offline
Member

Registered: 02/21/00
Posts: 5533
Loc: My Room
just a reminder for me.

Top
#132878 - 03/26/01 12:43 PM Re: [6.0x] Mood Selector Hack 3.0
Lady Domini Offline
Junior Member

Registered: 02/27/01
Posts: 30
::blinks:: Ok. Thanks! smile
_________________________
frown My siggy's too big for here. Dang it, grow bigger sigs people so I don't look so strange!

Top
#132879 - 03/26/01 06:13 PM Re: [6.0x] Mood Selector Hack 3.0
AtaRi Offline
Junior Member

Registered: 03/22/01
Posts: 8
Loc: Dallas, TX
Hey MM You got any reason why a mousehover shows the location?

I installed on my forums and it works so far, but a mouse over shows the location from the profile.
_________________________
-AtaRi.
* http://iam.smelly.org *

Top
#132880 - 03/26/01 06:43 PM Re: [6.0x] Mood Selector Hack 3.0
Greg Hard Offline
Member

Registered: 02/21/00
Posts: 5533
Loc: My Room
Uhm, no reason..

Top
#132881 - 03/26/01 07:26 PM Re: [6.0x] Mood Selector Hack 3.0
Fuzion Offline
Member

Registered: 11/22/00
Posts: 717
Loc: Arkansas
Nice work as always MM.

Top
#132882 - 03/26/01 08:40 PM Re: [6.0x] Mood Selector Hack 3.0
AtaRi Offline
Junior Member

Registered: 03/22/01
Posts: 8
Loc: Dallas, TX
smile

I take it by no reason you intended it to show the location when hovered. Cool.. I .. think..

Although my flag hack already does that as well.

OK. Easy question. How do I get the profile to remember which mood/flag I have selected so when I go to change my mood I dont have to repick the flag?

And if you're feeling really frisky, how can I put the flag graphic down where the location currently is?

Thanks for everything! cool
_________________________
-AtaRi.
* http://iam.smelly.org *

Top
#132883 - 03/27/01 08:09 AM Re: [6.0x] Mood Selector Hack 3.0
technoforum.de Offline
Member

Registered: 09/30/00
Posts: 484
Loc: Muc/Germany
Great! As written some months ago concerning the iMood-Hack on ubb5.x i appreciate this moodHack without using imood(.com) - so my wishes came true? *G*

chris http://technoforum.de

Top
#132884 - 03/27/01 02:08 PM Re: [6.0x] Mood Selector Hack 3.0
Magnum Offline
Member

Registered: 11/04/00
Posts: 42
Hi, AtaRi to get the flag nest to location try this:

in ubb_lib_posting find:

if ($vars_display{author_location} eq 'yes') {
$location_line = qq( $vars_wordlets{author_from} <B>$user_profile[6]</B> );
push(@author_extra, $location_line);
}

add after:

require "$vars_config{CGIPath}/flags_list.pl";
my $this_flag = &GetFlagsImg;
if ($this_flag ne "") {
push(@author_extra, $this_flag);
}

Magnum wink

Top
#132885 - 03/28/01 04:28 PM Re: [6.0x] Mood Selector Hack 3.0
Lady Domini Offline
Junior Member

Registered: 02/27/01
Posts: 30
I'm gettting this error:

Quote:
quote:


What should I do?
_________________________
frown My siggy's too big for here. Dang it, grow bigger sigs people so I don't look so strange!

Top
Page 1 of 3 1 2 3 >



Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks